AbstractCBS
object.
*append()
- Appends oneAbstractCBS
to another.*extractChromosomes()
/*extractChromosome()
- Extracts anAbstractCBS
with the specified chromosomes.*extractSegments()
/*extractSegment()
- Extracts anAbstractCBS
with the specified segments.*extractRegions()
/*extractRegion()
- Extracts anAbstractCBS
with the specified regions
each of a certain size, where a region is defined as a
connected set of segments.*dropRegions()
/*dropRegion()
- Drops specified regions and returns anAbstractCBS
without them.*dropChangePoint()
/*mergeTwoSegments()
- Drops a change point by merging two neighboring segments
and recalculates the statistics for the merged segment
before returning anAbstractCBS
.*dropChangePoints()
- Drops zero or more change points
and recalculates the segment statistics
before returning anAbstractCBS
.*mergeThreeSegments()
- Merges a segment with its two flanking segments
and recalculates the statistics for the merged segment
before returning anAbstractCBS
. All of the above methods are implemented for CBS
and
PairedPSCBS
objects.
AbstractCBS
.